GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace
/ OrientationMode Enumeration
OrientationMode Enumeration
In This Topic
Specifies the orientation mode for a given content type.
Syntax
'Declaration
Public Enum OrientationMode
Inherits System.Enum
public enum OrientationMode : System.Enum
public enum OrientationMode = class(System.Enum)
public enum OrientationMode extends System.Enum
__value public enum OrientationMode : public System.Enum
public enum class OrientationMode : public System.Enum
Members
Member | Value | Description |
PageRotation | 1 |
Specifies an orientation based on the page's rotation attribute of the document.
|
RenderRotation | 3 |
Specifies an orientation based on a combination of the the page's rotation attribute of the document and view rotation of the viewer.
|
ViewRotation | 2 |
Specifies an orientation based on the view rotation of the viewer.
|
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
GdPicture14.OrientationMode
See Also
Reference
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace